home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_11609.txt < prev    next >
Text File  |  1988-09-16  |  2KB  |  42 lines

  1. -- card: 11609 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2499
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Registers" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=25 top=321 right=339 bottom=91
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Previous
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. There are two more memory registers that are used for plotting.  If the minimum x value for a plot is put in Memory 0, and the maximum x value is put in Memory 9, then the plot will show the y axis at x = 0 (if x = 0 is on the graph).  The point coordinates will also be shown in (x,y) form rather than in (pt.No, y) form.
  35.  
  36. These memorys may also be used for general storage if not needed for plotting.  The values in memorys 0 and 9 are transferred into the appropriate fields in the plot stack, so be sure that meaningful values (or blanks) are therein if you do go to the plot stack.
  37.  
  38. The plot registers can be displayed by holding down the command key while clicking in the small round "Show memory" button.  The appear at the bottom of the screen (min on left, max on right).  Click in either one of them to hide them again.
  39.  
  40. -- part contents for background part 6
  41. ----- text -----
  42. Registers